Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Nov 5, 2010
1 parent 183b6b2 commit 39be84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cumulus/authz/pynimbusauthz/rebase.py
Expand Up @@ -17,11 +17,11 @@ def setup_options(argv):
u = """<old path> <new path>
This tool allows you to change the physical location of files
in your repository. It changes the base path where files are
physically located. The internal name and location is change
physically located. The internal name and location is changed
leaving the external logical name in tact.
All instances of <old path> are substituted with <new path>.
Paths that do not match <old path> are left in tact.
Paths that do not match <old path> are left intact.
"""

(parser, all_opts) = pynimbusauthz.get_default_options(u)
Expand Down

0 comments on commit 39be84c

Please sign in to comment.