]> git.phdru.name Git - ppu.git/commitdiff
Fix(rm.py): Update description
authorOleg Broytman <phd@phdru.name>
Wed, 18 Oct 2017 02:33:42 +0000 (05:33 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 18 Oct 2017 02:33:42 +0000 (05:33 +0300)
scripts/rm.py

index b7219f6d20268d3fe8f74ba8077f3fc01a12ebfe..4f24b7200ab39a4ef92d57ca4a881633736097c5 100755 (executable)
@@ -5,7 +5,7 @@ import os
 import shutil
 
 if __name__ == '__main__':
-    parser = argparse.ArgumentParser(description='Remove old files')
+    parser = argparse.ArgumentParser(description='Remove files/directories')
     parser.add_argument('-r', '--recursive', action='store_true',
                         help='remove directories recursively')
     parser.add_argument('names', nargs='+',