Skip to content

Commit

Permalink
fix(esi-shell): correct example command (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Jul 24, 2024
1 parent 417c947 commit 34861bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esi-shell
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ usage() {
echo "EXAMPLES:"
echo " - Start an interactive shell: ./esi-shell"
echo " - Use specific tag: ./esi-shell -t 0.1.0"
echo " - Execute a single command: ./esi-shell echo \$OPTIX_DIR"
echo " - Execute a single command: ./esi-shell 'echo \$OPTIX_DIR'"
echo " - Configure remote image: ./esi-shell -- --pull=always -e HOME=\$HOME"
echo ""
exit "${1:-0}"
Expand Down

0 comments on commit 34861bb

Please sign in to comment.