mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Merge branch 'cboltz-remove-unknown-newline' into 'master'
Don't print a literal '\n' in aa-remove-unknown help See merge request apparmor/apparmor!21 Acked-by: Tyler Hicks tyhicks@canonical.com for 2.9..trunk (cherry picked from commit3d40bc6f23
)4d4228d1
Don't print a literal '\n' in aa-remove-unknown help
This commit is contained in:
parent
dd7c113c98
commit
deeca7eb29
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ DRY_RUN=0
|
|||
usage() {
|
||||
local progname="$1"
|
||||
local rc="$2"
|
||||
local msg="usage: ${progname} [options]\n
|
||||
local msg="usage: ${progname} [options]
|
||||
|
||||
Remove profiles unknown to the system
|
||||
|
||||
Options:
|
||||
|
|
Loading…
Add table
Reference in a new issue