summaryrefslogtreecommitdiffhomepage
path: root/debug-me.1
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-21 21:36:25 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-21 21:36:25 -0400
commit51702e72de15637653f8cc153ffeb43cdb194827 (patch)
treed02503f1a32eee3e0ef7a8c620766a080b5bb5ce /debug-me.1
parent3969a295be5adda22ce8414416f536f1309faf79 (diff)
downloaddebug-me-51702e72de15637653f8cc153ffeb43cdb194827.tar.gz
markup
Diffstat (limited to 'debug-me.1')
-rw-r--r--debug-me.116
1 files changed, 8 insertions, 8 deletions
diff --git a/debug-me.1 b/debug-me.1
index d0605ba..1412e21 100644
--- a/debug-me.1
+++ b/debug-me.1
@@ -6,7 +6,7 @@ debug-me \- secure remote debugging
.B debug-me [options]
.SH DESCRIPTION
.I debug-me
-`debug-me` lets a developer access your shell remotely, to debug a problem,
+`debug-me` lets a developer access your computer remotely, to debug a problem,
avoiding a tedious back-and-forth by email. When you start `debug-me`, it
starts a shell, and generates an URL which you can give to the developer
(or developers) to connect them to the session.
@@ -21,21 +21,21 @@ to adjust their reputation.
.PP
.SH OPTIONS
.PP
-.IP -- cmd opts
+.IP "-- cmd opts"
Normally debug-me will run your login shell. To run some other command,
pass the command and any options after "--".
-.IP --debug url
+.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 --replay logfile
+.IP "--replay logfile"
Replay a debug-me logfile.
-.IP --graphviz logfile
+.IP "--graphviz logfile"
Uses graphviz to generate a visualization of a debug-me log file.
-.IP --show-hashes
+.IP "--show-hashes"
Include hashes in the graphviz visualization.
-.IP --server logdir
+.IP "--server logdir"
Run a debug-me server, logging to the specified directory.
-.IP --port N
+.IP "--port N"
Specify a port for the debug-me server to listen to.
.SH SEE ALSO
<https://debug-me.branchable.com/>