summaryrefslogtreecommitdiffhomepage
path: root/debug-me.1
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-30 11:53:10 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-30 12:15:47 -0400
commit9331a37b178c9142f5e864bbdc5434ea208946cc (patch)
tree6431bc6cd3f09f8c64a51c780f7d549c3a6832ab /debug-me.1
parent5ddda2f7684857e90f45c37d030858773e96ee99 (diff)
downloaddebug-me-9331a37b178c9142f5e864bbdc5434ea208946cc.tar.gz
make url work without --debug
Diffstat (limited to 'debug-me.1')
-rw-r--r--debug-me.110
1 files changed, 5 insertions, 5 deletions
diff --git a/debug-me.1 b/debug-me.1
index 1bce965..3bc1fee 100644
--- a/debug-me.1
+++ b/debug-me.1
@@ -36,13 +36,13 @@ If the developer did do something bad, you'd have proof that they cannot
be trusted, which you can share with the world. Knowing that is the case
will keep most developers honest.
.SH USER OPTIONS
-.IP "-- cmd opts"
+.IP "--run cmd"
Normally debug-me will run your login shell. To run some other command,
-pass the command and any options after "--".
+use this option.
.SH DEVELOPER OPTIONS
-.IP "--debug url"
-Connect to a debug-me session on the specified url. The developer runs
-debug-me with this option to see and interact with the user's bug.
+.IP url
+Connect to a debug-me session on the specified url, to see and interact
+with the user's bug.
.IP "--watch url"
Connect to a debug-me session on the specified url and display what
happens in the session. Your keystrokes will not be sent to the session.