mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
make the return code for swupd-client be 1 if there is no update available. This follows in the tradition of grep, which returns 0 if there are matches, 1 if there are not, and 2 for errors. Do the same for swupd-client update --status Signed-off-by: Icarus Sparry <icarus.w.sparry@intel.com>