Skip to content

Commit dae56aa

Browse files
committed
specify mode options
1 parent dcc1167 commit dae56aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/controlbox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function(_yargs, d3, demos) {
231231
this.info('pres() = Turn on presenter mode')
232232
this.info('undo = Undo the last git command')
233233
this.info('redo = Redo the last undone git command')
234-
this.info('mode = Change mode')
234+
this.info('mode = Change mode (`local` or `remote`)')
235235
this.info('clear = Clear the history pane and reset the visualization')
236236
this.info()
237237
this.info('Available Git Commands:')

0 commit comments

Comments
 (0)