Using the command line to update software and back up system, the webpage says sudo dnf upgrade --refresh
But during the update, the warning message said sudo dnf --refresh upgrade
Are they serious?
I used both for each notebook, the updating went perfectly.
Why?
Nothing strange.
Ok, from the man page the correct syntax is: dnf [options] <command> [<args>...]
But sometimes the arguments passed to the commands don’t require to follow a strict order.
For instance ls -la /home
is the same as ls /home -la