Skip to content

Commit 04bbcc1

Browse files
authored
Merge pull request #196 from ARMmbed/doc-url-fix
Updated url to docs in help
2 parents 529777f + 6071e00 commit 04bbcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@ def formaturl(url, format="default"):
13471347

13481348
# Subparser handling
13491349
parser = argparse.ArgumentParser(prog='mbed',
1350-
description="Command-line code management tool for ARM mbed OS - http://www.mbed.com\nversion %s\n\nUse 'mbed <command> -h|--help' for detailed help.\nOnline manual and guide available at www.mbed.com/cli_help" % ver,
1350+
description="Command-line code management tool for ARM mbed OS - http://www.mbed.com\nversion %s\n\nUse 'mbed <command> -h|--help' for detailed help.\nOnline manual and guide available at https://github.com/ARMmbed/mbed-cli" % ver,
13511351
formatter_class=argparse.RawTextHelpFormatter)
13521352
subparsers = parser.add_subparsers(title="Commands", metavar=" ")
13531353

0 commit comments

Comments
 (0)