summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorILYA Khlopotov <iilyak@apache.org>2017-08-23 09:37:34 -0700
committerILYA Khlopotov <iilyak@apache.org>2017-08-23 09:37:34 -0700
commit97b36261d6b3aafe07af69fbbc572a43db7ff8df (patch)
tree5cda21cbad927ac1c06b5b25fa208a72468364f4
parentf7dac723a5f3549618ebb8b4d551f0834ab10ed0 (diff)
downloadcouchdb-97b36261d6b3aafe07af69fbbc572a43db7ff8df.tar.gz
ps is gone
-rw-r--r--src/couch/src/couch_debug.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/couch/src/couch_debug.erl b/src/couch/src/couch_debug.erl
index 734ebc366..ad6d36a73 100644
--- a/src/couch/src/couch_debug.erl
+++ b/src/couch/src/couch_debug.erl
@@ -45,8 +45,7 @@ help() ->
map,
fold,
linked_processes_info,
- print_linked_processes,
- ps
+ print_linked_processes
].
-spec help(Function :: atom()) -> ok.