Skip to content

Commit

Permalink
Update user-guide.md
Browse files Browse the repository at this point in the history
Add missing underscore.
  • Loading branch information
jsurloppe authored and vapier committed Nov 1, 2020
1 parent 2355f1a commit aac1734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ START_OPTS="--extraparameter sausage"
init.d/foo:
start() {
/usr/sbin/foo-daemon ${STARTOPTS}
/usr/sbin/foo-daemon ${START_OPTS}
}
```

Expand Down

0 comments on commit aac1734

Please sign in to comment.