diff --git a/modules/system-administrators-guide/pages/infrastructure-services/OpenSSH.adoc b/modules/system-administrators-guide/pages/infrastructure-services/OpenSSH.adoc index c9a3a0d..a553e20 100644 --- a/modules/system-administrators-guide/pages/infrastructure-services/OpenSSH.adoc +++ b/modules/system-administrators-guide/pages/infrastructure-services/OpenSSH.adoc @@ -1210,7 +1210,7 @@ After you enter the correct password, you will be presented with a prompt. The [ |[command]#ls# [pass:attributes[{blank}]_directory_pass:attributes[{blank}]]|List the content of a remote _directory_. If none is supplied, a current working directory is used by default. |[command]#cd# _directory_|Change the remote working directory to _directory_. |[command]#mkdir# _directory_|Create a remote _directory_. -|[command]#rmdir# _path_|Remove a remote _directory_. +|[command]#rmdir# _directory_|Remove a remote _directory_. |[command]#put# _localfile_ [pass:attributes[{blank}]_remotefile_pass:attributes[{blank}]]|Transfer _localfile_ to a remote machine. |[command]#get# _remotefile_ [pass:attributes[{blank}]_localfile_pass:attributes[{blank}]]|Transfer _remotefile_ from a remote machine. |===