From b9e860127221cc7b28e43234032354f8a6a1d410 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Nov 2014 09:18:06 +0100 Subject: [PATCH] typo --- client/cli/bam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cli/bam b/client/cli/bam index f8658a2..c46f7d1 100755 --- a/client/cli/bam +++ b/client/cli/bam @@ -346,7 +346,7 @@ def create_argparse_update(subparsers): def create_argparse_revert(subparsers): - subparse = subparsers.add_parser("update", aliases=("up",)) + subparse = subparsers.add_parser("revert", aliases=("rv",)) subparse.add_argument( "paths", nargs="+", help="Path(s) to operate on", )