diff --git a/src/Application.vala b/src/Application.vala index 552877f..2cb03f3 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -23,7 +23,7 @@ public class BluetoothApp : Gtk.Application { public const OptionEntry[] OPTIONS_BLUETOOTH = { { "silent", 's', 0, OptionArg.NONE, out silent, "Run the Application in background", null}, - { "send", 'f', 0, OptionArg.FILENAME_ARRAY, out arg_files, "Open file to send via Bluetooth", "FILE..." }, + { "send", 'f', 0, OptionArg.FILENAME_ARRAY, out arg_files, "Open file to send via Bluetooth", "FILEā€¦" }, { null } };