diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 01:12:47 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-08-22 01:12:47 -0700 |
commit | 5a3aabcff0e246c29f47c1dd65301712cd553308 (patch) | |
tree | 2245231ac0dcbeea7084a751f89699e3307133f2 /bin/dwpage.php | |
parent | ef0239a32ff44792b95819fe52398f3fc0dc4fae (diff) | |
parent | 7ef8e99fe605c5da36ab6b5d317b22fcd17f665b (diff) | |
download | rpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.gz rpg-5a3aabcff0e246c29f47c1dd65301712cd553308.tar.bz2 |
Merge pull request #311 from mperry2/scopeindent
Fix CodeSniffer violations
Diffstat (limited to 'bin/dwpage.php')
-rwxr-xr-x | bin/dwpage.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/dwpage.php b/bin/dwpage.php index bc9c0f6bb..96f6d3ef9 100755 --- a/bin/dwpage.php +++ b/bin/dwpage.php @@ -13,7 +13,7 @@ require_once DOKU_INC.'inc/cliopts.php'; function usage($action) { switch ( $action ) { case 'checkout': - print "Usage: dwpage.php [opts] checkout <wiki:page> [working_file] + print "Usage: dwpage.php [opts] checkout <wiki:page> [working_file] Checks out a file from the repository, using the wiki id and obtaining a lock for the page. @@ -30,7 +30,7 @@ function usage($action) { "; break; case 'commit': - print "Usage: dwpage.php [opts] -m \"Msg\" commit <working_file> <wiki:page> + print "Usage: dwpage.php [opts] -m \"Msg\" commit <working_file> <wiki:page> Checks in the working_file into the repository using the specified wiki id, archiving the previous version. @@ -46,7 +46,7 @@ function usage($action) { "; break; case 'lock': - print "Usage: dwpage.php [opts] lock <wiki:page> + print "Usage: dwpage.php [opts] lock <wiki:page> Obtains or updates a lock for a wiki page @@ -59,7 +59,7 @@ function usage($action) { "; break; case 'unlock': - print "Usage: dwpage.php [opts] unlock <wiki:page> + print "Usage: dwpage.php [opts] unlock <wiki:page> Removes a lock for a wiki page. |