aboutsummaryrefslogtreecommitdiff
path: root/nexus
diff options
context:
space:
mode:
authorAntoine A <>2024-02-07 19:02:27 +0100
committerAntoine A <>2024-02-07 19:02:27 +0100
commit4ddcada57dc252c4ccdb79d573228e25bc2811ed (patch)
treec920b9f61ec17231d06308844f26b16da6429157 /nexus
parente3a62fa46e75cff879b59725165490943d0d0c1f (diff)
downloadlibeufin-4ddcada57dc252c4ccdb79d573228e25bc2811ed.tar.gz
libeufin-4ddcada57dc252c4ccdb79d573228e25bc2811ed.tar.bz2
libeufin-4ddcada57dc252c4ccdb79d573228e25bc2811ed.zip
Generate withdraw URI using request base url
Diffstat (limited to 'nexus')
-rw-r--r--nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
index bd721487..41ceb334 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsFetch.kt
@@ -435,7 +435,7 @@ enum class Document {
}
}
-class EbicsFetch: CliktCommand("Fetches bank records. Defaults to camt.054 notifications") {
+class EbicsFetch: CliktCommand("Fetches EBICS files") {
private val common by CommonOption()
private val transient by option(
"--transient",