Skip to content

Commit

Permalink
chore: fix some comments
Browse files Browse the repository at this point in the history
Signed-off-by: zhoufanjin <[email protected]>
  • Loading branch information
zhoufanjin authored and erbridge committed Jan 17, 2025
1 parent 2f12ead commit 85b85bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func newRunCommand() *cobra.Command {
addFastFlag(cmd)

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

// This is called `publish` for consistency with `docker run`
cmd.Flags().StringArrayVarP(&runPorts, "publish", "p", []string{}, "Publish a container's port to the host, e.g. -p 8000")
Expand Down
2 changes: 1 addition & 1 deletion tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ main() {
esac
fi

# Check the users sudo priviledges
# Check the users sudo privileges
if [ -z "${SUDO+set}" ]; then
SUDO="sudo"
fi
Expand Down

0 comments on commit 85b85bf

Please sign in to comment.