Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glyphobet committed Apr 22, 2013
1 parent 5d34868 commit cb3ce84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Commands
* `rename OLD_FILENAME NEW_FILENAME` or `rename OLD_FILENAME [OLD_FILENAME ...] NEW_DIRECTORY`

Rename _OLD\_FILENAME_ to _NEW\_FILENAME_ or move _OLD\_FILENAME_(s) to _NEW\_DIRECTORY_.
File(s) on disk, including unfollowed files, are moved, if they are not already in the new location.
Files on disk, including unfollowed files, are moved, if they are not already in the new location.

* `move` is an alias for `rename`

Expand Down
2 changes: 1 addition & 1 deletion fragments/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def rename(*args):
The rename and move commands are the same.
File(s) on disk, including unfollowed files, are moved, if they are not already in the new location.
Files on disk, including unfollowed files, are moved, if they are not already in the new location.
"""
parser = argparse.ArgumentParser(prog="%s %s" % (__package__, rename.__name__), description=rename.__doc__)
parser.add_argument('OLD_FILENAME', help="old file name", nargs='+')
Expand Down

0 comments on commit cb3ce84

Please sign in to comment.