dunstctl: Fix alignment in help message
This commit is contained in:
		
							parent
							
								
									ec421f1ea1
								
							
						
					
					
						commit
						36eed785d2
					
				
							
								
								
									
										23
									
								
								dunstctl
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								dunstctl
									
									
									
									
									
								
							| @ -12,16 +12,19 @@ die(){ printf "%s\n" "${1}" >&2; exit 1; } | ||||
| 
 | ||||
| show_help() { | ||||
| 	cat <<-EOH | ||||
| 	Usage: dunstctl <command> [parameters]" | ||||
| 	Commands: | ||||
| 	  close                    Close the last notification | ||||
| 	  close-all                Close the all notifications | ||||
| 	  context                  Open context menu of latest notification | ||||
| 	  history-pop              Pop one notification from history | ||||
| 	  status                   Check if | ||||
| 	  status-set [true|false]  Set the status | ||||
| 	  debug                    Print debugging information | ||||
| 	  help                     Show this help | ||||
|         Usage: dunstctl <command> [parameters]" | ||||
|         Commands: | ||||
|           action                   Perform the default action, or open the | ||||
|                                    context menu of the notification at the | ||||
|                                    given position | ||||
|           close                    Close the last notification | ||||
|           close-all                Close the all notifications | ||||
|           context                  Open context menu | ||||
|           history-pop              Pop one notification from history | ||||
|           status                   Check if | ||||
|           status-set [true|false]  Set the status | ||||
|           debug                    Print debugging information | ||||
|           help                     Show this help | ||||
| 	EOH | ||||
| } | ||||
| dbus_send_checked() { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nikos Tsipinakis
						Nikos Tsipinakis