diff options
Diffstat (limited to 'service.py')
-rwxr-xr-x | service.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -82,7 +82,7 @@ class RWAService(dbus.service.Object): @dbus.service.method("org.ArcticaProject.RWASupportSessionService", out_signature="s") def start(self) -> str: - """Start a new remote session and register it in RWA. + """Start a new remote session and register it in RWA.Support.WebApp. :return: Result as JSON (D-Bus string) @@ -291,7 +291,7 @@ if __name__ == "__main__": # Create lock file lock() - parser = argparse.ArgumentParser(description="D-Bus Session Service for RWA") + parser = argparse.ArgumentParser(description="D-Bus Session Service for RWA.Support") parser.add_argument( "-m", "--mockup-mode", |