diff options
author | Michael Larson <mike@vyatta.com> | 2011-01-06 13:59:00 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2011-01-11 16:39:32 -0800 |
commit | 1b009e7bb02e0737d7c4461caea7ba229f851375 (patch) | |
tree | 5f7133b174a2380ef8427f5a0ae33f9c59851998 | |
parent | a8f0172f6afc97d24329a99bbae8b5d09da51a3a (diff) | |
download | vyatta-cfg-1b009e7bb02e0737d7c4461caea7ba229f851375.tar.gz vyatta-cfg-1b009e7bb02e0737d7c4461caea7ba229f851375.zip |
and fix for bug 6638
(cherry picked from commit ef1635f3d6784b77ecce922fbfad0ca96b749a30)
-rw-r--r-- | src/commit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c index 96eb1fb..04aa79a 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -133,7 +133,7 @@ usage(void) printf("\t-b\t\tbreak on each priority node (debug mode)\n"); printf("\t-r\t\tdisable run hook script on finishing commit\n"); printf("\t-x\t\tdisable new print feature\n"); - printf("\t-l\t\tforce removal of commit lock\n"); + printf("\t-l\t\tforce commit through removal of commit lock\n"); printf("\t-h\t\thelp\n"); } |