X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/1ab20f6c8d5cd950106eff62820e8ee213ce09f8..bec7726668d737f8bc4242372d9fb542339654e0:/stgit/commands/float.py diff --git a/stgit/commands/float.py b/stgit/commands/float.py index 4da5f59..0e32f6b 100644 --- a/stgit/commands/float.py +++ b/stgit/commands/float.py @@ -24,7 +24,7 @@ from stgit.utils import * from stgit import stack, git help = 'push patches to the top, even if applied' -usage = """%prog [options] [ | ] +usage = """%prog [ | -s [] ] Push a patch or a range of patches to the top even if applied. The necessary pop and push operations will be performed to accomplish