stg(1) manpage is supposed to have links to all the subcommand's manpages like
git(1) manpage. Supposedly a simple typo broke that.
---
stgit/commands/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stgit/commands/__init__.py b/stgit/commands/__init__.py
index bf07c82..eeaead8 100644
--- a/stgit/commands/__init__.py
+++ b/stgit/commands/__init__.py
@@ -93,6 +93,6 @@ def asciidoc_command_list(commands, f):
_write_underlined(kind, '~', f)
f.write('\n')
for cmd, help in cmds:
- f.write('linkstgsub:%s[]::\n' % cmd)
+ f.write('linkstg:%s[]::\n' % cmd)
f.write(' %s\n' % help)
f.write('\n')
_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users