diff options
author | ILYA Khlopotov <iilyak@apache.org> | 2017-08-23 08:18:46 -0700 |
---|---|---|
committer | ILYA Khlopotov <iilyak@apache.org> | 2017-08-23 08:18:46 -0700 |
commit | 9b56fef79f29918b951fe87529a2173cf26e3587 (patch) | |
tree | afd05bd151dc6fe1cc836eac0f7d47556ce841a4 | |
parent | 9ac4aca5024e9389705c984cb7bc85aebc751d88 (diff) | |
download | couchdb-9b56fef79f29918b951fe87529a2173cf26e3587.tar.gz |
Fix double mention of link_tree in help
-rw-r--r-- | src/couch/src/couch_debug.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couch/src/couch_debug.erl b/src/couch/src/couch_debug.erl index 8500576b5..cf1565774 100644 --- a/src/couch/src/couch_debug.erl +++ b/src/couch/src/couch_debug.erl @@ -42,7 +42,6 @@ help() -> opened_files_contains, process_name, link_tree, - link_tree, mapfold, map, fold, |