summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-02-09 23:58:12 +0000
committerGravatar admin <admin@branchable.com>2016-02-09 23:58:12 +0000
commitfabe9db1473c26d5db363b499254315d5ad495d2 (patch)
tree17806e92478d6c61d7ea1de4aae737984639f728
parent27b76c675ba6235c6a971a843b037ab9b7dc4e31 (diff)
-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]]