From 7ce7623e16c6434368995661f0d2501f49099d49 Mon Sep 17 00:00:00 2001 From: Chris Simons Date: Wed, 27 May 2020 19:16:49 -0700 Subject: [PATCH] removed shell from codeblocks shell format did not format nicely on GH markdown --- Commandline.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commandline.md b/Commandline.md index 7bc7c1c..4af4ca7 100644 --- a/Commandline.md +++ b/Commandline.md @@ -99,7 +99,7 @@ already be in your `$PATH`. ## Server Command Line Options To see the server command line options, use the `--help` argument: -```shell +``` barriers --help Start the barrier server component. @@ -129,7 +129,7 @@ Options: ## Client Command Line Options To see the client command line options, use the `--help` argument: -```shell +``` barrierc --help Start the barrier client and connect to a remote server component.