diff --git a/saharaclient/api/shell.py b/saharaclient/api/shell.py index 27282067..2eac1293 100644 --- a/saharaclient/api/shell.py +++ b/saharaclient/api/shell.py @@ -561,7 +561,6 @@ def do_job_binary_data_list(cs, args): def do_job_binary_data_create(cs, args): """Store data in the internal DB. - Store data in the internal DB. Use 'swift upload' instead of this command. Use this command only if Swift is not available. """ diff --git a/saharaclient/shell.py b/saharaclient/shell.py index f1d7c551..6d546df5 100644 --- a/saharaclient/shell.py +++ b/saharaclient/shell.py @@ -719,7 +719,7 @@ class OpenStackSaharaShell(object): extension.run_hooks(hook_type, *args, **kwargs) def do_bash_completion(self, _args): - """Prints all of the commands to stdout to support bash completion. + """Prints arguments for bash-completion. Prints all of the commands and options to stdout so that the sahara.bash_completion script doesn't have to hard code them.