mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-22 10:07:12 +00:00
Don't print a literal '\n' in aa-remove-unknown help
This commit is contained in:
parent
2aabf0c0f0
commit
4d4228d157
@ -27,7 +27,8 @@ DRY_RUN=0
|
|||||||
usage() {
|
usage() {
|
||||||
local progname="$1"
|
local progname="$1"
|
||||||
local rc="$2"
|
local rc="$2"
|
||||||
local msg="usage: ${progname} [options]\n
|
local msg="usage: ${progname} [options]
|
||||||
|
|
||||||
Remove profiles unknown to the system
|
Remove profiles unknown to the system
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user