Skip to content

Commit 85b85bf

Browse files
zhoufanjinerbridge
authored andcommitted
chore: fix some comments
Signed-off-by: zhoufanjin <[email protected]>
1 parent 2f12ead commit 85b85bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/cli/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func newRunCommand() *cobra.Command {
3939
addFastFlag(cmd)
4040

4141
flags := cmd.Flags()
42-
// Flags after first argment are considered args and passed to command
42+
// Flags after first argument are considered args and passed to command
4343

4444
// This is called `publish` for consistency with `docker run`
4545
cmd.Flags().StringArrayVarP(&runPorts, "publish", "p", []string{}, "Publish a container's port to the host, e.g. -p 8000")

tools/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ main() {
180180
esac
181181
fi
182182

183-
# Check the users sudo priviledges
183+
# Check the users sudo privileges
184184
if [ -z "${SUDO+set}" ]; then
185185
SUDO="sudo"
186186
fi

0 commit comments

Comments
 (0)