summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/man_page_for_command_misses_actual_command_in_the_synopsis_for_git-annex-checkpresentkey.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/man_page_for_command_misses_actual_command_in_the_synopsis_for_git-annex-checkpresentkey.mdwn b/doc/bugs/man_page_for_command_misses_actual_command_in_the_synopsis_for_git-annex-checkpresentkey.mdwn
new file mode 100644
index 000000000..e90c51ea7
--- /dev/null
+++ b/doc/bugs/man_page_for_command_misses_actual_command_in_the_synopsis_for_git-annex-checkpresentkey.mdwn
@@ -0,0 +1,16 @@
+[[!format sh """
+$> git annex version
+git-annex version: 6.20160126+gitg65f4442-1~ndall+1
+...
+$> man git-annex-checkpresentkey | head
+git-annex-checkpresentkey(1) General Commands Manual git-annex-checkpresentkey(1)
+
+NAME
+ git-annex-checkpresentkey - check if key is present in remote
+
+SYNOPSIS
+ git annex key remote
+
+"""]]
+
+[[!meta author=yoh]]