Check-in [91ec6982e9]
Not logged in
Overview

SHA1 Hash:91ec6982e9668b4320b49317ed7f6fa4a19544ae
Date: 2008-08-11 05:30:27
User: hintze
Comment:Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/tag.c from [dda1d54dbb] to [842caf6a79].

@@ -538,7 +538,7 @@
   /* Cleanup */
   blob_reset(&tagname);
   return;
 
 tag_cmd_usage:
-  usage("add|branch|delete|find|list ...");
+  usage("add|branch|cancel|find|list ...");
 }