summaryrefslogtreecommitdiffstats
path: root/glustolibs-io/shared_files/scripts/file_dir_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'glustolibs-io/shared_files/scripts/file_dir_ops.py')
-rwxr-xr-xglustolibs-io/shared_files/scripts/file_dir_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glustolibs-io/shared_files/scripts/file_dir_ops.py b/glustolibs-io/shared_files/scripts/file_dir_ops.py
index 5bcc422ef..ba6e0b07f 100755
--- a/glustolibs-io/shared_files/scripts/file_dir_ops.py
+++ b/glustolibs-io/shared_files/scripts/file_dir_ops.py
@@ -785,7 +785,7 @@ if __name__ == "__main__":
create_deep_dir_parser = subparsers.add_parser(
'create_deep_dir',
help=("Create deep dirs under 'dir' with depth 'dir_depth'."
- "In each level creates sub-dirs max upto 'max_num_of_dirs'."),
+ "In each level creates sub-dirs max up to 'max_num_of_dirs'."),
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
create_deep_dir_parser.add_argument(
'-d', '--dir-depth',
@@ -814,7 +814,7 @@ if __name__ == "__main__":
create_deep_dir_with_files_parser = subparsers.add_parser(
'create_deep_dirs_with_files',
help=("Create deep dirs under 'dir' with depth 'dir_depth'. "
- "In each level creates sub-dirs max upto 'max_num_of_dirs'. "
+ "In each level creates sub-dirs max up to 'max_num_of_dirs'. "
"Creates specified 'num_of_files' in each dir created."),
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
create_deep_dir_with_files_parser.add_argument(