diff options
author | Michael Larson <mike@vyatta.com> | 2011-01-06 13:59:00 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2011-01-06 13:59:00 -0800 |
commit | ef1635f3d6784b77ecce922fbfad0ca96b749a30 (patch) | |
tree | 22fee4b51a71abab6b561b289a3ac5d11f244fb3 /src/commit2.c | |
parent | c13f949c55df81052c73d394d5ed5ea18a65502b (diff) | |
download | vyatta-cfg-ef1635f3d6784b77ecce922fbfad0ca96b749a30.tar.gz vyatta-cfg-ef1635f3d6784b77ecce922fbfad0ca96b749a30.zip |
and fix for bug 6638
Diffstat (limited to 'src/commit2.c')
-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"); } |