Import git show output easily
[stgit] / stgit / commands / __init__.py
index 54a9326..f6cf3c3 100644 (file)
@@ -89,6 +89,6 @@ def asciidoc_command_list(commands, f):
         _write_underlined(kind, '~', f)
         f.write('\n')
         for cmd, help in cmds:
-            f.write('stgsublink:%s[]::\n' % cmd)
+            f.write('linkstgsub:%s[]::\n' % cmd)
             f.write('    %s\n' % help)
         f.write('\n')