From 4d5fce1033de941e1c3d92738345597222a944ce Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Wed, 22 Jul 2020 20:34:11 -0500 Subject: [PATCH] update example after initing --- commands/fork/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fork/__init__.py b/commands/fork/__init__.py index a266ca6a..29106ace 100644 --- a/commands/fork/__init__.py +++ b/commands/fork/__init__.py @@ -347,7 +347,7 @@ def _init(self): return success('Fork management set up successfully! You\'re on {}/{}'.format(COMMA_ORIGIN_NAME, COMMA_DEFAULT_BRANCH)) - success('To get started, try running: {}emu fork switch [fork_username] (branch){}'.format(COLORS.RED, COLORS.ENDC)) + success('To get started, try running: {}emu fork switch (username) [-b BRANCH]{}'.format(COLORS.RED, COLORS.ENDC)) self.fork_params.put('setup_complete', True) self.fork_params.put('current_fork', COMMA_ORIGIN_NAME) self.fork_params.put('current_branch', COMMA_DEFAULT_BRANCH)