diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f272a5aa..d6d17f98 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: with: cache-map: | { - "ccache-build": "/root/.ccache/ccache" + "ccache-build": "/root/.cache/ccache" } skip-extraction: ${{ steps.cache.outputs.cache-hit }} - name: version diff --git a/dataplane/main.cpp b/dataplane/main.cpp index af754505..ef30608c 100644 --- a/dataplane/main.cpp +++ b/dataplane/main.cpp @@ -45,7 +45,7 @@ int main(int argc, } if (config >= argc) { - std::cout << "usage: " << argv[0] << " [-d] -c " << std::endl; + std::cout << "elf usage: " << argv[0] << " [-d] -c " << std::endl; return 1; }