summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_sync.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 08:25:30 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-11 11:54:52 +0200
commitce2fd2666f084eebe443598f6f3740a02913091e (patch)
treeaf5582170ed6164fffc9365f34b17bf449c0db40 /sinksh/syntax_modules/sink_sync.cpp
parentdb8f328bde01d24bf9271638f8295fc70c68cdd4 (diff)
downloadsink-ce2fd2666f084eebe443598f6f3740a02913091e.tar.gz
sink-ce2fd2666f084eebe443598f6f3740a02913091e.zip
Read resources synchronously
Diffstat (limited to 'sinksh/syntax_modules/sink_sync.cpp')
-rw-r--r--sinksh/syntax_modules/sink_sync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/syntax_modules/sink_sync.cpp b/sinksh/syntax_modules/sink_sync.cpp
index 3006202..208b869 100644
--- a/sinksh/syntax_modules/sink_sync.cpp
+++ b/sinksh/syntax_modules/sink_sync.cpp
@@ -56,7 +56,7 @@ bool sync(const QStringList &args, State &state)
56 56
57Syntax::List syntax() 57Syntax::List syntax()
58{ 58{
59 Syntax sync("sync", QObject::tr("Syncronizes all resources that are listed; and empty list triggers a syncronizaton on all resources"), &SinkSync::sync, Syntax::EventDriven ); 59 Syntax sync("sync", QObject::tr("Syncronizes all resources that are listed; and empty list triggers a syncronizaton on all resources"), &SinkSync::sync, Syntax::EventDriven);
60 sync.completer = &SinkshUtils::resourceCompleter; 60 sync.completer = &SinkshUtils::resourceCompleter;
61 61
62 return Syntax::List() << sync; 62 return Syntax::List() << sync;