Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5355450 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Add missing newline in notification cmd usage" into main

parents f8d873df 9df37a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class NotificationShellCmd extends ShellCommand {
            + "  disallow_listener COMPONENT [user_id (current user if not specified)]\n"
            + "  allow_assistant COMPONENT [user_id (current user if not specified)]\n"
            + "  remove_assistant COMPONENT [user_id (current user if not specified)]\n"
            + "  set_dnd [on|none (same as on)|priority|alarms|all|off (same as all)]"
            + "  set_dnd [on|none (same as on)|priority|alarms|all|off (same as all)]\n"
            + "  allow_dnd PACKAGE [user_id (current user if not specified)]\n"
            + "  disallow_dnd PACKAGE [user_id (current user if not specified)]\n"
            + "  reset_assistant_user_set [user_id (current user if not specified)]\n"