Diff
Not logged in

Differences From:

File src/tag.c part of check-in [ac392fbba6] - by cle on 2008-08-11 04:03:37. [view]

To:

File src/tag.c part of check-in [91ec6982e9] - Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. by hintze on 2008-08-11 05:30:27. Also file src/tag.c part of check-in [5fb14b9a0f] - Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. by eric on 2008-08-21 20:59:01. [view]

@@ -539,6 +539,6 @@
   blob_reset(&tagname);
   return;
 
 tag_cmd_usage:
-  usage("add|branch|delete|find|list ...");
+  usage("add|branch|cancel|find|list ...");
 }