-
Story
-
Resolution: Done
-
Undefined
-
None
-
rhel-cle-nucleus
-
-
-
A web doc improvement suggestion, on this page (a probably many others), when a user uses the web copy widget to copy a sample command, the "$" is included. If they simply paste that into their command line the command gets broken by the "$" on the left. It would be preferable for the web page to show "$ sudo dracut -f" for example but the copy widget to just copy the command part and skip the "$", that is "sudo dracut -f"
Example
Show in the webdoc: "$ sudo dracut -f"
copy to clipboard: "sudo dracut -f"
This way newbie users won't be puzzled why the commands they were given don't work